golang.org/x/net/http2.bufferedWriter.bw (field)

8 uses

	golang.org/x/net/http2 (current package)
		http2.go#L246: 	bw *bufio.Writer // non-nil when data is buffered
		http2.go#L268: 	if w.bw == nil {
		http2.go#L271: 	return w.bw.Available()
		http2.go#L275: 	if w.bw == nil {
		http2.go#L278: 		w.bw = bw
		http2.go#L280: 	return w.bw.Write(p)
		http2.go#L284: 	bw := w.bw
		http2.go#L291: 	w.bw = nil